home *** CD-ROM | disk | FTP | other *** search
/ MACD 5 / MACD 5.bin / workbench / libs / toollib.lha / ToolLib / LinkLib / IoErrToS.asm < prev    next >
Assembly Source File  |  1991-04-17  |  129b  |  11 lines

  1. ;:ts=8
  2.  
  3.     xref    _ToolBase
  4.     xdef    _IoErrToStr
  5. _IoErrToStr:
  6.     move.l    a6,-(sp)
  7.     move.l    _ToolBase,a6
  8.     jsr    -276(a6)
  9.     move.l    (sp)+,a6
  10.     rts
  11.